catalogue: io.pilot.didit v1.0.0#358
Closed
Alexgodoroja wants to merge 2 commits into
Closed
Conversation
Add the Didit identity-verification platform (KYC/ID, liveness, face match, AML, proof-of-address, database validation, email/phone OTP + hosted sessions, workflows, users, billing, blocklist, questionnaires, webhooks) — a byo HTTPS app with no-broker self-signup (didit.signup + didit.verify mint and cache a per-user Didit key locally). 4 platform bundles on prod R2; catalogue re-signed.
Refresh io.pilot.didit to the broker-signup build: didit.signup {} mints the
per-user Didit key in one call (no email, no code) via the Pilot broker, adds
didit.account, drops the two-step register/verify. New bundle shas; re-signed.
Collaborator
Author
|
Superseded by #360, which bundles this change with the other three open catalogue PRs so the shared |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds io.pilot.didit v1.0.0 to the catalogue — the full Didit identity-verification platform over one byo HTTPS app (39 methods +
didit.help), with no-broker self-signup.didit.signup {email}→ Didit emails a one-time code →didit.verify {code}caches a per-userDIDIT_API_KEYin$APP/secrets.json; every other method authenticates from there. No Pilot broker, no shared key — verifications bill to the user's own Didit balance.didit.helprate card.Artifacts: 4 platform bundles on prod R2 (
bundles/io.pilot.didit/1.0.0/), publishered25519:ii6QAc8qZB4NvbOXqnLfnv+OhPqepuK0BISAv9jM5x0=.catalogue.jsonre-signed with the prod key (verifies against the trust anchor).Validated: end-to-end against live Didit (signup→verify→authenticated calls) and installed from a signed catalogue → prod R2 bundle via a daemon. Submission + scaffold
signupfeature merged in app-template #75.